AutoScroll Property (TransposedGrid<T>)
In This Topic
Gets or sets a value that determines whether the grid should automatically scroll its contents while users drag rows or columns into new positions.
Syntax
'Declaration
Public Property AutoScroll As Boolean
public bool AutoScroll {get; set;}
See Also